DataSource for Entity Framework in WPF
C1.LiveLinq.Listeners Namespace / PropertyChangeListener<T> Class / GetListeningProperties Method

In This Topic
    GetListeningProperties Method
    In This Topic
    Gets the list of property names for which change notifications are supported.
    Syntax
    'Declaration
     
    Public MustOverride Function GetListeningProperties() As IEnumerable(Of String)
    public abstract IEnumerable<string> GetListeningProperties()
    See Also